home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 05 / supplemental_material / RNL_Source / texmap0.cal < prev   
Encoding:
Text File  |  1999-01-02  |  130 b   |  13 lines

  1.  
  2. {
  3. texmap0.cal
  4. }
  5.  
  6. x = 0.5 + 0.06*(Px-Pz +Py) ;
  7. y = 0.5 + 0.045*(Px+Pz) ;
  8.  
  9. u = 1.33333333333 * (x - floor(x));
  10. v = y - floor(y);
  11.  
  12.  
  13.